home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / tests / testinit / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1992-07-17  |  2.4 KB  |  137 lines

  1. head     1.6;
  2. branch   ;
  3. access   ;
  4. symbols  srv030:1.6 srv027:1.6 srv026:1.6 srv024:1.6 srv021:1.6 srv018:1.6 srv014:1.6 srv010:1.6 srv008:1.6 srv007:1.6 srv006:1.6 srv004:1.6;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.6
  10. date     92.01.22.13.23.12;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.5;
  13.  
  14. 1.5
  15. date     91.10.04.12.25.49;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.4;
  18.  
  19. 1.4
  20. date     91.09.25.23.45.45;  author kupfer;  state Exp;
  21. branches ;
  22. next     1.3;
  23.  
  24. 1.3
  25. date     91.09.03.12.20.57;  author kupfer;  state Exp;
  26. branches ;
  27. next     1.2;
  28.  
  29. 1.2
  30. date     91.09.01.21.17.30;  author kupfer;  state Exp;
  31. branches ;
  32. next     1.1;
  33.  
  34. 1.1
  35. date     91.08.30.16.06.53;  author kupfer;  state Exp;
  36. branches ;
  37. next     ;
  38.  
  39.  
  40. desc
  41. @@
  42.  
  43.  
  44. 1.6
  45. log
  46. @Specify INSTALLDIR.
  47. @
  48. text
  49. @#
  50. # This file is included by Makefile.  Makefile is generated automatically
  51. # by mkmf, and this file provides additional local personalization.  The
  52. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  53. # that must be included to set up various compilation stuff.
  54. #
  55.  
  56. MAKE_USER_PROGRAM    = testinit
  57. INSTALLDIR        = /boot/cmds.sprited
  58.  
  59. #include "/users/kupfer/lib/pmake/spriteClient.mk"
  60. @
  61.  
  62.  
  63. 1.5
  64. log
  65. @Name change.
  66. @
  67. text
  68. @d9 1
  69. @
  70.  
  71.  
  72. 1.4
  73. log
  74. @*** empty log message ***
  75. @
  76. text
  77. @d8 1
  78. a8 1
  79. MAKE_USER_PROGRAM    = emulator
  80. @
  81.  
  82.  
  83. 1.3
  84. log
  85. @Changes for new source org.
  86. @
  87. text
  88. @d8 1
  89. a8 1
  90. LIBS        += -lmach
  91. d10 1
  92. a10 15
  93. CFLAGS        += -Wall 
  94.  
  95. # XXX Would be better to share the definition of this with sprited.
  96.  
  97. SPRITEDINCLUDE    ?= /users/kupfer/spriteserver/include
  98.  
  99. # Define the search path for Sprite include files.  The server include
  100. # files are in the search path because spriteSrv.h and spriteTypes.h
  101. # are shared between the server and the emulator.
  102.  
  103. APPLINCLUDE    = $(TM).md . $(SPRITEDINCLUDE)/$(TM).md $(SPRITEDINCLUDE) \
  104.   $(SPRITEDINCLUDE)/user/$(TM).md $(SPRITEDINCLUDE)/user
  105.  
  106. # Get all that good Mach support stuff...
  107. #include "/users/kupfer/lib/pmake/mach.mk"
  108. @
  109.  
  110.  
  111. 1.2
  112. log
  113. @Track change to organization of makefile libraries.
  114. @
  115. text
  116. @d10 1
  117. a10 6
  118. # At least for the time being, use the same compilation environment as
  119. # the Sprite server.  It probably makes more sense to use the server's
  120. # environment than the Sprite "user" environment, because (a) the
  121. # emulation code is closely tied to the server and (b) the emulation
  122. # code needs to know about Mach.
  123. #include "/users/kupfer/lib/pmake/sprited.mk"
  124. d12 13
  125. @
  126.  
  127.  
  128. 1.1
  129. log
  130. @Initial revision
  131. @
  132. text
  133. @d10 6
  134. a15 1
  135. #include "/users/kupfer/lib/pmake/mach.mk"
  136. @
  137.